去掉时间窗口筛选,未按时间上报,需要显示历史体温

FFIB 3 lat temu
rodzic
commit
8fe8b97f3b
1 zmienionych plików z 0 dodań i 1 usunięć
  1. 0 1
      api/eqpt_views.py

+ 0 - 1
api/eqpt_views.py

@@ -153,7 +153,6 @@ def eqpt_result(request):
153 153
     logs = ThermometerMeasureInfo.objects.filter(
154 154
         point_id=point_id,
155 155
         point_measure_ymd=tc.local_string(format='%Y-%m-%d'),
156
-        point_measure_window=point.point_measure_window,
157 156
         macid__in=macids,
158 157
         status=True,
159 158
     ).values('macid', 'temperature')